Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decommission dead features & accommodate Robot,Studio,UpdateSrv #101

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

eduard-dumitru
Copy link
Collaborator

@eduard-dumitru eduard-dumitru commented Jun 11, 2024

WIP

@eduard-dumitru eduard-dumitru marked this pull request as draft June 11, 2024 14:27
@eduard-dumitru
Copy link
Collaborator Author

/azp run

Copy link

Azure Pipelines failed to run 1 pipeline(s).

danutboanta and others added 3 commits June 12, 2024 14:32
* Retry mechanism when  OperationCanceledException is thrown on named pipe ReadAsync operation (ERROR_OPERATION_ABORTED on overlapped ReadFile) - ROBO-3370
* Throw for the second exception in the last 1 second
* add dotnet sdk 5 to yaml
* set prerelease version to 20210811-12-fix (next after production folder: 2.1.0-20210811-12)
* move 'CI' folder under 'src' - to match to existing pipeline definition
* node: fix failing tests
- namespaces remain the same as different versions can coexist in the same CLR after build
@eduard-dumitru eduard-dumitru force-pushed the feat/accomodate_robot_studio branch 9 times, most recently from 1b306a4 to 1284215 Compare June 13, 2024 12:45
Debug.WriteLine("###################### CancelIoPipe");
await Task.Delay(50);
#if WINDOWS
var serverFieldInfo = message.Client.GetType().GetField("_server", BindingFlags.NonPublic | BindingFlags.Instance);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change this to other things (InternalsVisibleTo)

* decommission object params
* rely on BuildNumber for the VersionSuffix
@eduard-dumitru eduard-dumitru changed the title Accomodate Robot & Studio Decommission dead features & accommodate Robot,Studio,UpdateSrv Jun 26, 2024
@eduard-dumitru
Copy link
Collaborator Author

/azp run CI

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@eduard-dumitru eduard-dumitru force-pushed the feat/accomodate_robot_studio branch 2 times, most recently from daaa911 to ee565e6 Compare June 27, 2024 22:22
…to 5.0.0

- but add Microsoft.Bcl.AsyncInterfaces=6.0.0 as a top-level dependency just for net461 in order to bring `ManualResetValueTaskSourceCore<T>` for net461
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants